All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.naming.directory.InvalidAttributeIdentifierException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.naming.NamingException
                           |
                           +----java.naming.directory.DSException
                                   |
                                   +----java.naming.directory.InvalidAttributeIdentifierException

public class InvalidAttributeIdentifierException
extends DSException
InvalidAttributeIdentifierException is raised when an attempt is made to add to create an attribute with an invalid attribute identifier.


Constructor Index

 o InvalidAttributeIdentifierException()
Constructs a new instance of InvalidAttributeIdentifierException.
 o InvalidAttributeIdentifierException(Name, Object, Name)
Constructs a new instance of InvalidAttributeIdentifierException using the arguments supplied.
 o InvalidAttributeIdentifierException(Name, Object, Name, String)
Constructs a new instance of InvalidAttributeIdentifierException using the arguments supplied.
 o InvalidAttributeIdentifierException(String)
Constructs a new instance of InvalidAttributeIdentifierException using the arguments supplied.

Constructors

 o InvalidAttributeIdentifierException
 public InvalidAttributeIdentifierException(Name resolvedName,
                                            Object resolvedObj,
                                            Name remainingName,
                                            String explanation)
Constructs a new instance of InvalidAttributeIdentifierException using the arguments supplied.

Parameters:
resolvedName - The part of the name that has been successfully resolved.
resolvedObj - The object to which resolution was successful.
remainingName - The remaining unresolved portion of the name.
explanation - Additional detail about this exception.
 o InvalidAttributeIdentifierException
 public InvalidAttributeIdentifierException(Name resolvedName,
                                            Object resolvedObj,
                                            Name remainingName)
Constructs a new instance of InvalidAttributeIdentifierException using the arguments supplied.

Parameters:
resolvedName - The part of the name that has been successfully resolved.
resolvedObj - The object to which resolution was successful.
remainingName - The remaining unresolved portion of the name.
 o InvalidAttributeIdentifierException
 public InvalidAttributeIdentifierException(String explanation)
Constructs a new instance of InvalidAttributeIdentifierException using the arguments supplied.

Parameters:
explanation - Additional detail about this exception.
 o InvalidAttributeIdentifierException
 public InvalidAttributeIdentifierException()
Constructs a new instance of InvalidAttributeIdentifierException.


All Packages  Class Hierarchy  This Package  Previous  Next  Index